home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FANTA 97
/
FANTA97A (backup).iso
/
FRONTPAG.98
/
DATA.Z
/
register.htx
< prev
next >
Wrap
Text File
|
1997-09-26
|
3KB
|
84 lines
<html>
<head>
<%if DoContentType EQ True%>
<meta http-equiv="Content-Type" content="<%ContentType%>">
<%endif%>
<%if DoTheme EQ True%>
<meta name="Microsoft Theme" content="<%Theme%>">
<%endif%>
<title><!-- LOCALIZE this title -->Web Self-Registration Form</title>
</head>
<body>
<h1><!-- LOCALIZE this heading -->Web Self-Registration Form</h1>
<p><!-- LOCALIZE this text -->Fill out and submit the following form to register yourself
as a member of the discussion called <em><%DiscussionTitle%></em>.</p>
<hr>
<%if WebIsDiskBased EQ True%>
<p><!-- LOCALIZE this comment bot --><!--webbot bot="PurpleText"
preview="You selected the option to have your discussion inside a
protected web, but the current web was created without a web server.
Users can only register themselves and use the discussion when it
is published to a web server with the FrontPage Server Extensions installed.
For now, save this page to the Root Web that contains the current web.
After publishing this web, change the Web Permissions from the Explorer's Tools menu.
Make the permissions unique for this web, and then set the End User access
control so that only registered users may enter. Next, open the Root Web
for the server, and save this document into it. Now users will be able to
register themselves to use the protected discussion web. " --></p>
<%else%>
<p><!-- LOCALIZE this comment bot --><!--webbot bot="PurpleText"
preview="You selected the option to have your discussion inside a protected web.
First you'll need to change the Web Permissions from the Explorer's Tools menu.
Make the permissions unique for this web, and then set the End User access
control so that only registered users may enter. Next, open the Root Web
for this server, and save this document into it. Now users will be able to
register themselves to use the protected discussion web. " --></p>
<%endif%>
<form action="--WEBBOT-SELF--" method="POST">
<!--webbot bot="Registration"
b-label-fields="TRUE" s-service="<%RegistrationWebUrl%>"
s-username-fields="Username"
s-password-fields="Password VerifyPassword"
i-password-min-length="6"
b-check-password-against-user="TRUE" -->
<p><strong><!-- LOCALIZE this text (but not the field name) -->Username:</strong>
<br clear="all">
<input type="text" size="24" maxlength="24" name="Username">
<br clear="all">
<strong><!-- LOCALIZE this text (but not the field name) -->Password:</strong>
<br clear="all">
<input type="password" size="24" maxlength="24" name="Password">
<br clear="all">
<strong><!-- LOCALIZE this text (but not the field name) -->Verify password:</strong>
<br clear="all">
<input type="password" size="24" maxlength="24" name="VerifyPassword">
<br clear="all">
<br clear="all">
<!-- LOCALIZE these button labels -->
<input type="submit" value="Register Me">
<input type="reset" value="Reset Form">
</p>
</form>
<hr>
<h5><!-- LOCALIZE this line -->Last changed: <!--webbot bot="TimeStamp"
s-type="REGENERATED" s-format="%B %d, %Y" -->
</h5>
</body>
</html>